Clears the collection of all indexes. All indexes are detached from the indexed collection and destroyed.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public override void Clear()
Visual Basic
Public Overrides Sub Clear

Implements

ICollection<(Of <(<'T>)>)>..::..Clear()()()()

See Also